.row {
    margin-left: auto;
    margin-right: auto;
}
.mainfooter {
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-weight: 600;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.bottom-logo {
    padding:140px 0 110px 0;
    border-top:6px solid #9B825E;
}

#image-separator-footer {
    width: 200px;
    height: auto;
    position: relative;
    margin: auto;
    display: block;
}

footer h4 {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}


.underline {
    border-bottom: 1px solid #9B825E;
}

footer a {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .5s;
}

footer a:hover {
    text-decoration: none;
    color:white;
}

ul.social-network {  
    list-style: none;  
    display: inline; 
    padding: 0;
    color: white !important;
} 

#social-icons h4 {
    margin-bottom:17px;
}

ul.social-network li {
    display: inline;
    color: white !important;
    margin-left: 5px;
    margin-right: 5px;
}

ul.social-network a {
    text-align: center;
    background-color: transparent;
    color: #9B825E;
    font-size: 18px;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    border:1px solid #9B825E;
}

ul.social-network a:hover {
    color: white;
    border: 1px solid white;
}

#bottom-image {
    width: 100%;  
    padding: 0px;
    margin-top: 30px;
}

.container-fluid #right-bottom-image {
    max-width: 565px;
    min-width: 380px;
}


.container-fluid #left-bottom-image {
    /*max-width: 525px;*/
    max-width: 690px;
    min-width: 325px;
}

.language-change-div {
    display: flex;
}

.language-change-div li {
    list-style: none;
    cursor: pointer;
    margin: auto 5px auto 0px;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .5s;
}

.language-change-div span {
    color: #9B825E;
    font-size: 12px;
    letter-spacing: 5px;
    vertical-align: middle;
    height: 20px;
}

.language-change-div li:hover {
    color: white;
}

@media screen and (min-width: 2159px) {

    footer h4 {
        font-size: 20px;        
    }

    footer a {
        font-size: 14px;
    }

    footer .language-change-div li,
    footer .language-change-div span {
        font-size: 14px;
    }

    body .container-fluid #right-bottom-image {
        max-width: 620px;
        min-width: 450px;
    }
    
    body .container-fluid #left-bottom-image {
        /*max-width: 525px;*/
        max-width: 690px;
        min-width: 355px;
    }

}

@media screen and (min-width: 2559px) {


    body img#image-separator-footer.img-fluid {
        width: 235px;
    }

    body .container-fluid #right-bottom-image {
        max-width: 700px;
        min-width: 510px;
    }
    
    body .container-fluid #left-bottom-image {
        max-width: 585px;
        min-width: 395px;
    }

}

@media screen and (max-width: 741px) {

    #left-bottom-image {
        display: none;
    }

}

@media screen and (max-width: 575px) {

    #right-bottom-image {
        max-width: 380px !important;
        min-width: 300px !important;
    }

    .footer-pad {
        margin-bottom: 50px;
        text-align: center;
    }

    .language-change-div {
        display: inline-flex;
    }

    #social-icons {
        text-align: center;
    }

    div.col-sm-6 {
        padding-right: 0px;
    }

    footer h4 {
        margin-top: 30px;
    }

    #image-separator-footer {
        width: 170px;
    }

    .bottom-logo {
        padding:100px 0 110px 0;
    }
}